[INFO] fetching crate duktape_ffi 0.0.1...
[INFO] fixing duktape_ffi-0.0.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate duktape_ffi 0.0.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate duktape_ffi 0.0.1
[INFO] finished tweaking crates.io crate duktape_ffi 0.0.1
[INFO] tweaked toml for crates.io crate duktape_ffi 0.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate duktape_ffi 0.0.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding libc v0.1.12 (available: v0.2.186)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `duktape_ffi` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 73c71cdd90816bcce26e6b754c1e0f35aa6bf73cde23878593291605db496068
[INFO] running `Command { std: "docker" "start" "73c71cdd90816bcce26e6b754c1e0f35aa6bf73cde23878593291605db496068", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "73c71cdd90816bcce26e6b754c1e0f35aa6bf73cde23878593291605db496068" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73c71cdd90816bcce26e6b754c1e0f35aa6bf73cde23878593291605db496068", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "73c71cdd90816bcce26e6b754c1e0f35aa6bf73cde23878593291605db496068" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `duktape_ffi` (manifest) generated 1 warning
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]     Checking libc v0.1.12
[INFO] [stderr]    Compiling duktape_ffi v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build
[INFO] [stdout]   --> build.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 |     &gcc::Config::new()
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stdout]   --> build.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 |     &gcc::Config::new()
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> build.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | /     &gcc::Config::new()
[INFO] [stdout] 12 | |       .file(Path::new("duktape/src/duktape.c")).file(Path::new("src/glue.c"))
[INFO] [stdout] 13 | |       .include("duktape/src")
[INFO] [stdout] 14 | |       .compile("libduktape.a");
[INFO] [stdout]    | |______________________________^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let _ = &gcc::Config::new()
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_numconv.c: In function 'duk__dragon4_generate':
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_numconv.c:1016:73: warning: the comparison will always evaluate as 'true' for the address of 'high_ok' will never be NULL [-Waddress]
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_numconv.c:655:18: note: 'high_ok' declared here
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_js_compiler.c: In function 'duk__ispec_toregconst_raw':
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_js_compiler.c:1769:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_js_compiler.c:1874:2: note: here
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_util_hashbytes.c: In function 'duk_util_hashbytes':
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_util_hashbytes.c:44:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_util_hashbytes.c:45:3: note: here
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_util_hashbytes.c:45:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_util_hashbytes.c:46:3: note: here
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_bi_date.c: In function 'duk__format_parts_iso8601':
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_bi_date.c:1448:39: warning: '%02d' directive output may be truncated writing 2 bytes into a region of size between 0 and 4 [-Wformat-truncation=]
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_bi_date.c:1448:39: note: directive argument in the range [0, 59]
[INFO] [stderr] warning: duktape_ffi@0.0.1: In file included from duk_internal.h:26:
[INFO] [stderr] warning: duktape_ffi@0.0.1: duktape/src/duktape.h:1799:26: note: 'snprintf' output between 7 and 11 bytes into a destination of size 8
[INFO] [stderr] warning: duktape_ffi@0.0.1:  1799 | #define DUK_SNPRINTF     snprintf
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_bi_date.c:1448:4: note: in expansion of macro 'DUK_SNPRINTF'
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_bi_date.c:1445:39: warning: '%02d' directive output may be truncated writing 2 bytes into a region of size between 0 and 4 [-Wformat-truncation=]
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_bi_date.c:1445:39: note: directive argument in the range [0, 59]
[INFO] [stderr] warning: duktape_ffi@0.0.1: duktape/src/duktape.h:1799:26: note: 'snprintf' output between 7 and 11 bytes into a destination of size 8
[INFO] [stderr] warning: duktape_ffi@0.0.1:  1799 | #define DUK_SNPRINTF     snprintf
[INFO] [stderr] warning: duktape_ffi@0.0.1: duk_bi_date.c:1445:4: note: in expansion of macro 'DUK_SNPRINTF'
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "73c71cdd90816bcce26e6b754c1e0f35aa6bf73cde23878593291605db496068", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73c71cdd90816bcce26e6b754c1e0f35aa6bf73cde23878593291605db496068", kill_on_drop: false }`
[INFO] [stdout] 73c71cdd90816bcce26e6b754c1e0f35aa6bf73cde23878593291605db496068
